Home Comm
Topics User
FORUM F
BLOG B

H4ck3r.me

#1 Website For Linux Tutorials

Ultimate GitHub Profile README Generator

Use our free Ultimate GitHub Profile README Generator to handle your tasks efficiently in the browser.

🐙 GitHub Profile README Generator

Build a stunning GitHub profile in seconds. Select your skills, add stats, and copy the code.

1. Header & Bio

2. About Me Section

3. Tech Stack (Skills)

Select the technologies you use:

4. Social Links

5. GitHub Stats

6. Add-ons

📋 Your GitHub Profile README

\n\n"; }md += "---\n\n";// Trophy if(document.getElementById('showTrophy').checked) { md += "

\n"; md += " \"trophy\"\n"; md += "

\n\n"; }// About Me md += "### 🚀 About Me\n\n"; if(workingOn) md += "- 🔭 I'm currently working on **" + workingOn + "**\n"; if(learning) md += "- 🌱 I'm currently learning **" + learning + "**\n"; if(collaborate) md += "- 👯 I'm looking to collaborate on **" + collaborate + "**\n"; if(askMe) md += "- 💬 Ask me about **" + askMe + "**\n"; if(emailId) md += "- 📫 How to reach me: **" + emailId + "**\n"; if(funFact) md += "- ⚡ Fun fact: **" + funFact + "**\n"; md += "\n";// Skills if (selectedSkills.length > 0) { md += "### 🛠️ Languages and Tools\n\n"; md += "

\n"; md += " \n"; md += " \n"; md += " \n"; md += "

\n\n"; }// Stats var showStats = document.getElementById('showStats').checked; var showLangs = document.getElementById('showLangs').checked; if (showStats || showLangs) { md += "### 📊 GitHub Stats\n\n"; md += "

\n"; if (showStats) { md += " \"stats\n"; } if (showLangs) { md += " \"languages\n"; } md += "

\n\n"; } if (document.getElementById('showStreak').checked) { md += "### 🔥 Streak Stats\n\n"; md += "

\n"; md += " \"streak\n"; md += "

\n\n"; }// Activity Graph if(document.getElementById('showActivity').checked) { md += "### 📈 Activity Graph\n\n"; md += "

\n"; md += " \"activity\n"; md += "

\n\n"; }// 3D Contributions if(document.getElementById('showContributions').checked) { md += "### 🏆 3D Contribution Graph\n\n"; md += "

\n"; md += " \"3d\n"; md += "

\n\n"; }// WakaTime if(document.getElementById('showWakatime').checked) { md += "### ⏱️ WakaTime Stats\n\n"; md += "

\n"; md += " \"wakatime\n"; md += "

\n\n"; }// Random Quote if(document.getElementById('showQuote').checked) { md += "### ✍️ Random Dev Quote\n\n"; md += "

\n"; md += " \"random\n"; md += "

\n\n"; }// Random Joke if(document.getElementById('showJoke').checked) { md += "### 😂 Random Dev Joke\n\n"; md += "

\n"; md += " \"random\n"; md += "

\n\n"; }// Socials md += "### 🌐 Connect with Me\n\n"; md += "

\n"; var linkedin = document.getElementById('socLinkedin').value; var twitter = document.getElementById('socTwitter').value; var insta = document.getElementById('socInsta').value; var youtube = document.getElementById('socYoutube').value; var dev = document.getElementById('socDev').value; var medium = document.getElementById('socMedium').value; var codepen = document.getElementById('socCodepen').value; var stackoverflow = document.getElementById('socStackoverflow').value; var leetcode = document.getElementById('socLeetcode').value; var discord = document.getElementById('socDiscord').value; var web = document.getElementById('socWeb').value; if (linkedin) md += " \"linkedin\"\n"; if (twitter) md += " \"twitter\"\n"; if (insta) md += " \"instagram\"\n"; if (youtube) md += " \"youtube\"\n"; if (dev) md += " \"dev.to\"\n"; if (medium) md += " \"medium\"\n"; if (codepen) md += " \"codepen\"\n"; if (stackoverflow) md += " \"stackoverflow\"\n"; if (leetcode) md += " \"leetcode\"\n"; if (discord) md += " \"discord\"\n"; if (web) md += " \"portfolio\"\n"; md += "

\n\n";// Support var coffee = document.getElementById('coffeeUser').value; var kofi = document.getElementById('kofiUser').value; var patreon = document.getElementById('patreonUser').value; if (coffee || kofi || patreon) { md += "### ☕ Support Me\n\n"; md += "

\n"; if (coffee) md += " \"Buy\n"; if (kofi) md += " \"Ko-fi\"\n"; if (patreon) md += " \"Patreon\"\n"; md += "

\n\n"; }// Update Text Area document.getElementById('rawCode').value = md; }function copyMarkdown() { var el = document.getElementById('rawCode'); el.select(); el.setSelectionRange(0, 99999); try { document.execCommand("copy"); var btn = document.querySelector('.btn-copy'); var old = btn.innerText; btn.innerText = "✅ Copied!"; setTimeout(function() { btn.innerText = old; }, 1500); } catch (err) { alert('Failed to copy. Please copy manually.'); } }function downloadMd() { var text = document.getElementById('rawCode').value; var blob = new Blob([text], { type: "text/markdown" }); var a = document.createElement('a'); a.href = URL.createObjectURL(blob); a.download = "README.md"; a.click(); }

How to use this tool

This tool runs client-side for maximum speed and privacy. No data is sent to our servers.